Skip to content

refactor: migrate prompt / modelWarehouse / resourceBase interfaces to OpenAPI#109

Open
wangbochao789 wants to merge 8 commits intoLazyAGI:mainfrom
wangbochao789:main_fix
Open

refactor: migrate prompt / modelWarehouse / resourceBase interfaces to OpenAPI#109
wangbochao789 wants to merge 8 commits intoLazyAGI:mainfrom
wangbochao789:main_fix

Conversation

@wangbochao789
Copy link
Copy Markdown
Contributor

变更说明

本次提交将 传统接口定义方式 替换为 OpenAPI 规范,涉及以下模块:

  • prompt
  • modelWarehouse
  • resourceBase

变更内容

  • 使用 OpenAPI 统一描述接口结构、参数与返回值
  • 替换原有手写/分散的接口定义方式
  • 对现有接口进行等价迁移,不引入新的业务逻辑

影响范围

  • 接口能力与行为保持不变
  • 不涉及业务逻辑改动
  • 属于接口层重构(无 breaking change)

目的

  • 提升接口规范性与一致性
  • 为接口文档自动化、代码生成与后续扩展提供基础
  • 降低接口维护与协作成本

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant